home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / sharewar / matrix / matrix.exe / {app} / Matrix.exe / 0 / RCDATA / TFCONFDEL / TFCONFDEL.txt
Text File  |  2002-03-16  |  2KB  |  90 lines

  1. object fConfdel: TfConfdel
  2.   Left = 284
  3.   Top = 166
  4.   Width = 528
  5.   Height = 328
  6.   Caption = 'Confirm delete ...'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 253
  21.     Width = 520
  22.     Height = 41
  23.     Align = alBottom
  24.     BevelInner = bvLowered
  25.     TabOrder = 0
  26.     object Button1: TButton
  27.       Left = 184
  28.       Top = 8
  29.       Width = 75
  30.       Height = 25
  31.       Caption = 'Ok'
  32.       Font.Charset = ANSI_CHARSET
  33.       Font.Color = clWindowText
  34.       Font.Height = -9
  35.       Font.Name = 'Verdana'
  36.       Font.Style = [fsBold]
  37.       ParentFont = False
  38.       TabOrder = 0
  39.       OnClick = Button1Click
  40.     end
  41.     object Button2: TButton
  42.       Left = 264
  43.       Top = 8
  44.       Width = 75
  45.       Height = 25
  46.       Caption = 'Cancel'
  47.       Font.Charset = ANSI_CHARSET
  48.       Font.Color = clWindowText
  49.       Font.Height = -9
  50.       Font.Name = 'Verdana'
  51.       Font.Style = [fsBold]
  52.       ParentFont = False
  53.       TabOrder = 1
  54.       OnClick = Button2Click
  55.     end
  56.   end
  57.   object Panel2: TPanel
  58.     Left = 0
  59.     Top = 0
  60.     Width = 520
  61.     Height = 253
  62.     Align = alClient
  63.     TabOrder = 1
  64.     object Label1: TLabel
  65.       Left = 1
  66.       Top = 1
  67.       Width = 518
  68.       Height = 15
  69.       Align = alTop
  70.       Alignment = taCenter
  71.       Caption = 'Files to be deleted :'
  72.       Font.Charset = ANSI_CHARSET
  73.       Font.Color = clWindowText
  74.       Font.Height = -9
  75.       Font.Name = 'Verdana'
  76.       Font.Style = [fsBold]
  77.       ParentFont = False
  78.     end
  79.     object ListBox1: TListBox
  80.       Left = 1
  81.       Top = 16
  82.       Width = 518
  83.       Height = 236
  84.       Align = alClient
  85.       ItemHeight = 13
  86.       TabOrder = 0
  87.     end
  88.   end
  89. end
  90.